home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00497_F OFF.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  628 b   |  24 lines

  1. on mouseUp
  2.   global LOCATION, DIRECTION, movie, HALL, move, CLIP, START, stop, WALK, OK, CHARACTER, T1, T2, T3, CHOICE1, CHOICE2, CHOICE3, Q
  3.   set the visible of sprite 7 to 1
  4.   if DIRECTION = 1 then
  5.     puppetSound("WRONG.AIF")
  6.   else
  7.     if DIRECTION = 2 then
  8.       set WALK to 1
  9.       set LOCATION to 0
  10.       set START to 648 + 12
  11.       set stop to 796 + 12
  12.       set the castNum of sprite 2 to 496
  13.     else
  14.       if DIRECTION = 3 then
  15.         set WALK to 1
  16.         set LOCATION to 2
  17.         set START to 1296 + 12
  18.         set stop to 1464 + 12
  19.         set the castNum of sprite 2 to 498
  20.       end if
  21.     end if
  22.   end if
  23. end
  24.